Release 10.1A: OpenEdge Development:
Debugging and Troubleshooting
Abnormal termination dump files
An abnormal termination can result in some combination of the following dump files:
procore file
A
procorefile is a text file that contains:Progress writes the
procorefile to a temporary directory, if you specify the Temporary Directory (-T) startup parameter; otherwise, Progress writes theprocorefile to the current working directory.Example 7–1 is a sample
procorefile.
This resulted from running a program in the Procedure Editor that contains an infinite loop. Line numbers appear at the beginning of a line, followed by a colon.
protrace file
A
protracefile is a text file that contains:Progress writes the
protracefile to the current directory. Progress cannot properly generate theprotracefile on some UNIX versions, such as AIX.Example 7–2 is a sample
protracefile.
Note: To analyze the contents of a
protracefile, you need the assistance of Progress Software Corporation Technical Support.core file
A
corefile is specific to UNIX. It is a binary file that requires a UNIX debugger such asdbx. Acorefile contains:On some systems, an executable’s permissions do not allow
corefile generation.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |